home *** CD-ROM | disk | FTP | other *** search
-
- >>
- >> Hi I am new on this Amos list so hopefully here goes:-
- >>
- >> Is it possible at all to replace the sad Amos error message which comes
- >> up when you are:-
- >>
- >> 1) Write to disk that is not there?
- >>
- >> 2) Load A file when disk is not in Df0: ?
- >>
- >> 3) Save a file to a disk when write protected ?
- >>
- >> The on error level trapping doesnt seem to work with these errors and instea>
- >> of my very fancy error procedure executing a get the usual sad Amos Requester?
- >>
- Usually i use this way (but i work in Amos Pro!):
-
- > - Insert command Request Off at the start of your program. It turn off Amos
- Pro Requester.
-
- > - Use error-handling routines that get an error if it occours
- > EX: A=Errn
-
- > - Write a procedure that allows you to print a different error message
- > on the screen or a procedure that flash if an error comes.
-
- > I used this way to get errors in my Pattern Generator V11 program and
- > it seems to work fine...
-
- > However, if you have this problem, i can search my procedures and
- > send you a copy...
-
- > Hallo from Luca "Storm" (aldo@di.unito.it)
-
- Sorry if I didnt make my self clear but I am using Amos 1.35 so I cant use
- AmosPro commands :(
-
- I have tried the on error command and a=err or something like that and it just
- doesnt seem to have any effect on disk i/o errors. :(
-
-